Simple example for EyePoint IVM python binding.

This example makes single measurement and visualizes result as a plot.

The example uses EyePoint IVM c library. 
So dynamic shared library (ivm.dll or libivm.so) 
should be accessible from your python interpreter. 
If you don't know, what does it mean, 
place shared library, python binding 
and the example source file in the same folder.

Python 3 is required.
To install additional dependencies run the following command:

python –m pip install -r requiremnts.txt

To launch the example on windows:

python example.py

To launch the example on linux:

LD_PRELOAD=libivm.so python3 example.py

Note: to access serial port you should be member of dealout group or sudoer



